home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineSprite_450
/
frame_1
/
DoAction.as
Wrap
Text File
|
2003-04-29
|
386b
|
20 lines
_X = spiderX;
_Y = spiderY;
if(orientation == "bottomleft_topright")
{
orientation = "_X";
}
else if(orientation == "bottomright_topleft")
{
orientation = "_y";
}
i = 0;
while(i < 20)
{
setProperty("_root." add name add "_" add i, _visible, 0);
i++;
}
setProperty("_root." add name add "_" add newdepth, _visible, 1);
depth = newdepth;
call("direction");